
/* =========================================
   SUB HEADER HİZALAMA DÜZELTME
   DİL BUTONLARI BÜYÜTME
========================================= */

.sub-header {
    width: 100% !important;
    min-height: 38px !important;
    display: flex !important;
    align-items: center !important;
}

.sub-header .container {
    width: 100% !important;
    max-width: 1180px !important;
    margin: 0 auto !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

/* Bootstrap row boşluklarını düzelt */
.sub-header .row {
    width: 100% !important;
    margin: 0 !important;

    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    flex-wrap: nowrap !important;
}

/* Sol alan */
.sub-header .col-md-8 {
    padding: 0 !important;

    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;

    flex: 1 1 auto !important;
    max-width: none !important;
    width: auto !important;
}

/* Sağ sosyal alan */
.sub-header .col-md-4 {
    padding: 0 !important;

    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;

    flex: 0 0 auto !important;
    max-width: none !important;
    width: auto !important;
}

/* Sol içerik grubu */
.sub-header .col-md-8 > .d-flex {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    flex-wrap: nowrap !important;
    gap: 16px !important;
}

/* 55 Years yazısı */
.sub-header .slogan {
    margin: 0 !important;
    padding: 0 !important;
    white-space: nowrap !important;
}

/* Telefon + mail + bayrak alanı */
.sub-header .col-md-8 .d-flex.flex-wrap {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    flex-wrap: nowrap !important;
    gap: 16px !important;
}

/* Dil bayrakları alanı */
.sub-header .lang-flags {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    flex-wrap: nowrap !important;
}

/* Dil butonlarını büyüt */
.sub-header .lang-flags .flag {
    width: 22px !important;
    height: 16px !important;
    min-width: 22px !important;
    min-height: 16px !important;

    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;

    transform: scale(1.12) !important;
}

/* Bayrak görsel ise */
.sub-header .lang-flags .flag img,
.sub-header .lang-flags img {
    width: 22px !important;
    height: 16px !important;
    object-fit: cover !important;
    display: block !important;
}

/* Sosyal ikonlar */
.sub-header .social-icons {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 10px !important;
    margin: 0 !important;
    padding: 0 !important;
}

.sub-header .social-icons li {
    margin: 0 !important;
    padding: 0 !important;
}

/* SADECE NAVBAR ARKA PLANINI GENİŞLET + LOGO ÇAKIŞMASINI ÖNLE */

.menubar nav.navbar{
    background:#fff !important;
    padding:14px 0 !important;
}

.menubar nav.navbar > .container{
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    gap:70px !important;
    flex-wrap:nowrap !important;
}

/* Logo alanı */
.menubar .navbar-brand{
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    margin:0 !important;
    padding:0 !important;
    flex:0 0 auto !important;
    position:relative !important;
    z-index:2 !important;
}

/* Logo büyüsün ama üstüne binmesin */
.menubar .navbar-brand img{
    display:block !important;
    max-height:72px !important;
    width:auto !important;
}

/* Menü alanı */
.menubar .navbar-collapse{
    flex-grow:0 !important;
    display:flex !important;
    align-items:center !important;
}

.menubar .navbar-nav{
    display:flex !important;
    align-items:center !important;
    gap:34px !important;
    margin:0 !important;
    padding:0 !important;
    flex-wrap:nowrap !important;
}

/* Yazıları biraz büyüt */
.menubar .navbar-nav .nav-link{
    display:flex !important;
    align-items:center !important;
    padding:0 !important;
    font-size:18px !important;
    font-weight:400 !important;
    line-height:1 !important;
    white-space:nowrap !important;
}

/* Dropdown okları */
.menubar .dropdown-toggle::after{
    margin-left:6px !important;
    align-self:center !important;
}

/* LOGO SOLA ALMA - DEV TOOL'A GÖRE */

.menubar nav.navbar > .container{
    max-width:1320px !important;
    width:94% !important;
    margin:0 auto !important;

    display:flex !important;
    align-items:center !important;
    justify-content:flex-start !important;
    gap:70px !important;
}

/* Logo alanı */
.menubar .navbar-brand{
    margin:0 !important;
    padding:0 !important;

    display:flex !important;
    align-items:center !important;
    justify-content:flex-start !important;

    flex:0 0 auto !important;
}

/* Logo görseli */
.menubar .navbar-brand .siteLogo{
    display:block !important;
    width:auto !important;
    max-height:72px !important;
    margin:0 !important;
    padding:0 !important;
}

/* Menü */
.menubar #navbarContent{
    flex:0 0 auto !important;
}

.menubar .navbar-nav{
    display:flex !important;
    align-items:center !important;
    gap:34px !important;
    margin:0 !important;
    padding:0 !important;
}

/* Yazılar büyüsün ama kalınlaşmasın */
.menubar .navbar-nav .nav-link{
    font-size:18px !important;
    font-weight:400 !important;
    white-space:nowrap !important;
}
/* MOBİL MENÜ SÜREKLİ AÇIK KALMA DÜZELTME */

@media (max-width: 991px) {

    .menubar #navbarContent.navbar-collapse {
        display: none !important;
    }

    .menubar #navbarContent.navbar-collapse.show {
        display: block !important;
    }

    .menubar .navbar-toggler {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }
}